home *** CD-ROM | disk | FTP | other *** search
/ Super PC 34 / Super PC 34 (Shareware).iso / spc / UTIL / DJGPP2 / V2 / DJTST200.ZIP / tests / libc / posix / regex / r1.c
Encoding:
C/C++ Source or Header  |  1995-11-08  |  110 b   |  10 lines

  1. #include <stdio.h>
  2. #include <regex.h>
  3.  
  4. int
  5. main(int argc, char **argv)
  6. {
  7.   rexec_
  8.   regcomp("a.*x"
  9. }
  10.